projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6711aa2
)
And another keybinding leftover
author
Benjamin Otte
<otte@redhat.com>
Thu, 21 Feb 2019 23:07:35 +0000
(
00:07
+0100)
committer
Benjamin Otte
<otte@redhat.com>
Thu, 21 Feb 2019 23:07:35 +0000
(
00:07
+0100)
tests/testgtk.css
patch
|
blob
|
history
diff --git
a/tests/testgtk.css
b/tests/testgtk.css
index 991e49b6a913b60d5df35818acbb7aff8e017e51..4bd3f366b972150a7dfd46b63c83c3491804aabf 100644
(file)
--- a/
tests/testgtk.css
+++ b/
tests/testgtk.css
@@
-1,11
+1,6
@@
/* testgtk2.css sets all the buttons in the main window to blue by default */
@import url("testgtk2.css");
-@binding-set entry-bindings {
- bind "<alt>s" { "move-cursor" (visual-positions, 3, 0) };
- bind "<alt>a" { "move-cursor" (visual-positions, -3, 0) };
-}
-
* {
font-family: Sans;
font-size: 12px;
@@
-24,6
+19,3
@@
label:hover {
background-color: rgb (0%, 75%, 0);
}
-entry {
- -gtk-key-bindings: entry-bindings;
-}